Description: Compute absolute value. Syntax: abs(numberExp) Note: The function computes the absolute value of numberExp.parameter, absolute value, numeric
Description: Compute e to the nth power. Syntax: exp(n) Note: The function computes en. Parameter: n The exponent. Returen, numeric
Description: Compute the natural logarithm. Syntax: ln(numberExp) Note: The function computes the natural logarithm of pnatural logarithm, numeric